home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / ADOPT34.ZIP / ADOPT.HIS < prev    next >
Encoding:
Text File  |  1996-02-15  |  6.1 KB  |  166 lines

  1. 02/15/96
  2.         [v3.4]  Updated several internal routines.
  3.  
  4. 01/20/94
  5.         [v3.3]  Eliminated the 'ANSI not detected....' message since there are
  6.                 a few communications packages out there that give off their
  7.                 own type of ANSI.
  8.  
  9.                 If using the TRIBBS.SYS system file, the door always presented
  10.                 the opening screen in black and white. Will now be presented
  11.                 in color.
  12.  
  13.                 The Door knows that the caller is the Sysop, if the caller is
  14.                 record #1 in the BBS' user database. The BBS software passes
  15.                 that record number to the door via the system file. Some BBS
  16.                 software does not pass the actual record number but passes a
  17.                 relative number (ie: record #1 is passed as record #0). If the
  18.                 number being passsed is 0, the Door will not know it is the
  19.                 Sysop calling. We will now recognize the caller as the Sysop
  20.                 if their record number is 0 or 1.
  21.  
  22.  
  23. 08/24/94
  24.          [3.2] Bad compile caused v3.1 to hang....
  25.  
  26. 08/05/94
  27.          [3.1] Made some changes to colors and displays.
  28.  
  29. 06/19/93
  30.          [3.0] Now Supports the PCBoard /M version
  31.  
  32. 01/02/93
  33.          [2.9]  Not recognizing security levels, entered in the CFG file,
  34.                 that should not be shown the Adopt-A-Door screen.
  35.  
  36.                 If you entered 'none' in the CFG file in lowercase the
  37.                 program would generate a file not found.
  38.  
  39. 12/15/92
  40.          [2.8]  Added support for Multi-port cards using a Fossil driver
  41.  
  42.                 BRUN45.EXE is no longer required
  43.  
  44.                 Removed the restriction whereby the Sysop would not see the
  45.                 Display ad... there was no way to 'locally' test the adopt
  46.                 screen layout.
  47.  
  48. 10/10/92
  49.          [v2.7] Added support for TRIBBS software. We now access the
  50.                 TRIBBS.SYS system file directly!
  51.  
  52. 05/28/92
  53.          [v2.6] You can now use an environmental variable for Non-Standard
  54.                 IRQs. This will eliminate the need to have multiple batch
  55.                 files to execute the door. See DOCs under NON-STANDARD COM
  56.                 SUPPORT for details.
  57.  
  58.                 You can now use environmental variables, on the first line
  59.                 of the configuration file. This will eliminate the requirement
  60.                 that you create an individual configuration file for each node
  61.                 in a multinode environment (ONE config file for ALL nodes!!).
  62.                 See DOCs under MULTI-NODE SETUP for details.
  63.  
  64.                 Made some changes to fix the TIMEOUT errors encountered
  65.                 when usinga 486 with/without DesqView. Need feedback !!
  66.  
  67.                 Made some changes to correct the Error #6 (Overflow Error)
  68.                 when using SpitFire version 3.2/SFDOORS.DAT. I need some
  69.                 feedback on this one as well!
  70.  
  71.                 Added support for GT Power's GTUSER.BBS file. To use this
  72.                 you will be required to add to lines to your configuration
  73.                 files. Please see Docs for changes. Need some feedback on
  74.                 this as well!
  75.  
  76.                 If ADOPT detects that the Sysop is using the ADOPT door
  77.                 and that ADOPT is registered, it will exit ADOPT-A-Door.
  78.  
  79.                 You can now define up to 10 security levels that will be
  80.                 checked against the callers security level. If a match is
  81.                 made, then the Adopt-A-Door will be bypassed.
  82.                    ( REQUIRES a CFG file CHANGE!! )
  83.  
  84. 11/13/91
  85.          [v2.5] The number of seconds to keep the message on the screen,
  86.                 in the registered version, was being reset to 5 seconds
  87.                 as a minimum. So if you set the configuration file
  88.                 variable to 1 second, the program would set it to 5 sec.
  89.  
  90. 10/17/91
  91.          [v2.4] Changes to internal routines.
  92.  
  93. 07/18/91
  94.          [v2.3] If ANSI not detected, caller has option to contimue or
  95.                 return to BBS. No longer denies access to game, outright!
  96.  
  97.                 Added support for Wildcat! v3.0 (See Docs.. Config file!)
  98.  
  99.                 Added support for WWIV BBS' (See Docs.. Config file [untested])
  100.  
  101. 05/31/91
  102.          [v2.2] Added support for non-standard IRQ numbers (other than
  103.                 IRQ3/IRQ4). See docs for implementation.
  104.  
  105. 03/24/91
  106.          [v2.1] When using DORINFOx.DEF, the door would stop at the start
  107.                 of the game and require a key press to continue.
  108.  
  109.                 When using DORINFOx.DEF, the BBS NAME was not being picked
  110.                 up from the configuration file and was not picking up the
  111.                 correct NODE number from the configuration file.
  112.  
  113. 03/10/91
  114.          [v2.0] Several problems related to the use of DORINFOx.DEF
  115.                 have been corrected.
  116.  
  117. 02/16/91
  118.          [v1.9] "Option" value will be forced to a "1", in the
  119.                 unregistered versions, regardless of what value is entered.
  120.  
  121. 02/08/91
  122.          [v1.8] Internal routine changes.
  123.  
  124.  
  125. 01/13/91
  126.          [v1.7] Added error trapping routine.
  127.  
  128.  
  129. 01/01/91
  130.          [v1.6] Several internal programming changes.
  131.  
  132.  
  133. 12/29/90
  134.          [v1.5] Various changes and restrictions both internal and external.
  135.  
  136.  
  137. 12/01/90
  138.          [v1.4] Was not recognizing DORINFOx.DEF file -Fixed
  139.  
  140.                 Not handling midnight time change properly - Fixed
  141.  
  142.                 Several cosmetic changes
  143.  
  144. 11/27/90 [v1.3]
  145.                 Now supports DOOR.SYS, CALLINFO.BBS, DORINFOx,DEF and
  146.                 CALLINFO.BBS in addition to PCBOARD.SYS
  147.  
  148.                 Config file change... see Docs!
  149.  
  150. 10/30/90
  151.          [v1.2] Program re-written with a new set of routines to eliminate
  152.                 the occasional system "hangs" being reported.
  153.  
  154.                 Added the ability to configure the delay time used when
  155.                 displaying the message box.
  156.  
  157.                 NOTE: Config file format has changed....please READ DOCs!!
  158.  
  159.  
  160. 10/27/90
  161.          [v1.1] Added option to change the ASCII border character, in CNF file
  162.  
  163. 10/26/90
  164.          [v1.0] Initial release
  165.  
  166.